projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b98aaf
)
pgtk: Set correct face color for stretched glyphs
author
Jeff Walsh
<fejfighter@gmail.com>
Fri, 1 Oct 2021 14:28:19 +0000
(
00:28
+1000)
committer
Yuuki Harano
<masm+github@masm11.me>
Sun, 14 Nov 2021 13:31:38 +0000
(22:31 +0900)
* src/pgtkterm.c (x_draw_stretch_glyph_string): s/foreground/background
(Bug#50579)
src/pgtkterm.c
patch
|
blob
|
history
diff --git
a/src/pgtkterm.c
b/src/pgtkterm.c
index d81517a5d8ebf2db4ac43d04212507e88c48871b..75386ee6c39ba2a3f1a52d8fa0f89a7e9e87e38d 100644
(file)
--- a/
src/pgtkterm.c
+++ b/
src/pgtkterm.c
@@
-2391,7
+2391,7
@@
x_draw_stretch_glyph_string (struct glyph_string *s)
color = s->xgcv.foreground;
}
else
- color = s->face->
fore
ground;
+ color = s->face->
back
ground;
cairo_t *cr = pgtk_begin_cr_clip (s->f);